Bug 384940 – handle rejecting jobs and authentication meaningfully
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 15 Jul 2008 17:34:34 +0000 (17:34 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 15 Jul 2008 17:34:34 +0000 (17:34 +0000)
commit1eb96eadfc3349534617082f3bb5dd8be2f3a99a
tree403051291907f22e24287d20189bd7ed8eb68002
parent1ea43444be78b1c281dd888ff86eca838ec3c7c2
    Bug 384940 – handle rejecting jobs and authentication meaningfully

        Patch by Marek Kasik, icons by Mike Langlie:
        * gtk/gtk.symbols:
        * gtk/gtkprintbackend.h:
        * gtk/gtkprinter.[hc]: Add new paused and accepting-jobs properties
        and getters/setters.

        * gtk/gtkstock.h:
        * gtk/gtkiconfactory.c:
        * gtk/Makefile.am:
        * gtk/stock-icons/{16,24}/gtk-print-paused.{png,svg}: New icon.

        * modules/printbackends/cups/gtkprintbackendcups.c:
        * gtk/gtkprintunixdialog.c: Handle paused and job-rejecting
        printers.

svn path=/trunk/; revision=20838
18 files changed:
ChangeLog
docs/reference/ChangeLog
docs/reference/gtk/Makefile.am
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkstock.sgml
gtk/Makefile.am
gtk/gtk.symbols
gtk/gtkiconfactory.c
gtk/gtkprintbackend.h
gtk/gtkprinter.c
gtk/gtkprinter.h
gtk/gtkprintunixdialog.c
gtk/gtkstock.h
gtk/stock-icons/16/gtk-print-paused.png [new file with mode: 0644]
gtk/stock-icons/16/gtk-print-paused.svg [new file with mode: 0644]
gtk/stock-icons/24/gtk-print-paused.png [new file with mode: 0644]
gtk/stock-icons/24/gtk-print-paused.svg [new file with mode: 0644]
modules/printbackends/cups/gtkprintbackendcups.c